Welcome![Sign In][Sign Up]
Location:
Search - matlab color track

Search list

[Special EffectsObjectTracking

Description: 目标跟踪的两个算法,分别是运动变化和基于高斯权值的颜色空间HSI的meanshift算法-Two target tracking algorithm, namely, Gaussian-based movement and the right to change the value of the HSI color space meanshift algorithm
Platform: | Size: 4096 | Author: 郑锦 | Hits:

[AI-NN-PREye_tracking

Description: Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection. -Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection.
Platform: | Size: 2166784 | Author: 风帆 | Hits:

[Special Effectsmotiontracker

Description: 本程序采用Matlab编程,可以跟踪运动物体上的颜色特殊点,并根据获得的图像信息,进行视觉计算,给出运动物体的状态信息,如速度,位置。该程序已在多种环境下测试,具有实用,快速等特点,是实验系统中,用来给运动对象定位的有力工具-This procedure using Matlab programming, can track moving objects on the color of the special points, and in accordance with image information obtained to carry out visual terms, given the state of moving objects, such as speed, location. The program has been in a variety of circumstances test, a practical, rapid and other characteristics of the experimental system, used to sport a powerful tool for positioning objects
Platform: | Size: 1752064 | Author: maya | Hits:

[OtherTracking_skin

Description: This program detetc the skin color and track using a web cam.
Platform: | Size: 1024 | Author: Carlos | Hits:

[GUI Develophandgesturerecogniton

Description: 本代码实现了对静态五种基本静态手势的识别,通过皮肤颜色模型分割人手,然后通过边界追踪得到手的轮廓,最后通过傅里叶系数识别手势-The static code of the five basic static gesture recognition, through the skin color model partition manually, and then get through the border to track the contours of the hands, and finally through the Fourier coefficient of gesture recognition
Platform: | Size: 4096 | Author: 魏志莲 | Hits:

[matlabparticle-filter-for-tracking

Description: A simple example showing how to track an object with particle filter. Likelihood is based on Bhattacharya distance of color histogram.
Platform: | Size: 13255680 | Author: sofi | Hits:

[Software Engineeringbrain_tumor_fcm

Description: In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region. -In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region.
Platform: | Size: 2048 | Author: pramod | Hits:

[Special EffectspedestrianMatching

Description: 跨摄像头行人识别是目前摄像头网络智能监控的一个重点研究方向。通过对不同摄像头中出现的行人进行匹配,可以实现跨摄像头的行人跟踪,有效的扩大监控的视野,同时能对行人在整个监控区域内的行为有着更加清晰的把握。 由于在不同的摄像头中,光照条件不同、行人的姿势以及尺度不同、遮挡等等,使得行人的匹配极具挑战性。在本文件中,我主要研究通过行人的表观特征进行识别,例如颜色、纹理等等。用matlab GUI 编写了程序 -Pedestrian recognition of the inter-camera is intelligent surveillance camera network a key research direction. Match the pedestrian different camera, you can cross the pedestrian track of the camera, the expansion of the monitoring horizon, at the same time can have a clearer grasp of the behavior of pedestrians in the entire surveillance area. Different cameras, different lighting conditions, the pedestrian position and a different scale, shelter, etc., making the pedestrian match challenging. In this document, I study to identify by pedestrian apparent characteristics such as color, texture, and so on.
Platform: | Size: 7747584 | Author: 黄晓明 | Hits:

[Picture Viewertrack-using-xiefagncha

Description: 这个程序是用matlab实现的车辆跟踪。用到的算法是协方差,包括梯度,rgb颜色,边缘,距离等多种元素。-This program is a vehicle tracking using matlab. The algorithm used is the covariance, including gradient, rgb color, the edge from the other elements.
Platform: | Size: 4096 | Author: caoshukai | Hits:

[matlabColor-Tracking-Code

Description: This matlab code helps to track color using matlab algortihm. this is a image processing programming code to develop automatic color detection applications.
Platform: | Size: 1053696 | Author: sp | Hits:

[Special Effectstracking-run

Description: 运动视频检测,matlab编写的,可以实现彩色跟踪和轨迹显示-Motion video detection, matlab prepared, can achieve color tracking and track display
Platform: | Size: 622592 | Author: 李永哲 | Hits:

[VHDL-FPGA-Verilogtnn7_code_201212141110

Description: 人脸检测与跟踪是一个重要而活跃的研究领域,它在视频监控、生物特征识别、视频编码等领域有着广泛的应用前景。该项目的目标是在FPGA板上实现实时系统来检测和跟踪人脸。人脸检测算法包括肤色分割和图像滤波。通过计算被检测区域的质心来确定人脸的位置。该算法的软件版本独立实现,并在matlab的静止图像上进行测试。虽然从MATLAB到Verilog的转换没有预期的那样顺利,实验结果证明了实时系统的准确性和有效性,甚至在不同的光线、面部姿态和肤色的条件下也是如此。所有硬件实现的计算都是以最小的计算量实时完成的,因此适合于功率受限的应用。(Face detection and tracking is an important and active research field, and it has a wide range of applications in video surveillance, biometrics, video coding and other fields. The goal of the project is to implement real-time systems on the FPGA board to detect and track faces. Face detection algorithms include skin segmentation and image filtering. The location of the human face is determined by calculating the centroid of the detected region. The software version of the algorithm is implemented independently and tested on MATLAB still images. Although the conversion from MATLAB to Verilog is not as smooth as expected, the experimental results demonstrate the accuracy and effectiveness of real-time systems, even in different light, facial gestures and color conditions. All hardware implementations are performed in real-time with minimal computational complexity and are therefore suitable for power constrained applications.)
Platform: | Size: 63488 | Author: 合发 | Hits:

CodeBus www.codebus.net